Low: RHUI 4.3.0 release - Security Fixes, Bug Fixes, and Enhancements Update

Related Vulnerabilities: CVE-2021-44420   CVE-2022-41323  

Synopsis

Low: RHUI 4.3.0 release - Security Fixes, Bug Fixes, and Enhancements Update

Type/Severity

Security Advisory: Low

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An updated version of Red Hat Update Infrastructure (RHUI) is now available. RHUI 4.3 fixes a security bug, introduces multiple new features, and upgrades underlying Pulp to a Long Term Support (LTS) version.

Description

Red Hat Update Infrastructure (RHUI) offers a highly scalable, highly redundant framework that enables you to manage repositories and content. It also enables cloud providers to deliver content and updates to Red Hat Enterprise Linux (RHEL) instances.

Security Fix(es):

  • Django: Potential bypass of an upstream access control based on URL paths (CVE-2021-44420)
  • Django: Potential denial-of-service vulnerability in internationalized URLs (CVE-2022-41323)

This RHUI update fixes the following bugs:

  • Previously, `rhui-manager` failed to create an Alternate Content Source package. With this update, the problem is now fixed and you can successfully create an Alternate Content Source package.
  • With this update, several parts of redundant code have been removed from RHUI. Most notably, the unused `entitlement` argument in the custom repository creation has been removed. Additionally, the Atomic and OSTree functions have been removed because these features have been deprecated in RHUI 4.
  • Previously, CDS and HAProxy management used a variable called `port`. However, this name is a reserved playbook keyword in Ansible. Consequently, Ansible printed warnings about the use of this variable. With this update, the variable has been renamed to `remote_port` which prevents the warnings.
  • Previously, when the RHUA installation playbook failed, `rhui-installer` exited with a status of 0, which normally indicates success. With this update, the problem has been fixed, and `rhui-installer` exits with a status of 1, indicating that the RHUA installation playbook has failed.
  • Previously, RHUI did not accept proxy server settings when adding container images. Consequently, RHUI was unable to synchronize container images if the proxy server configuration was required to access the container registries. With this update, RHUI now accepts proxy settings when they are configured with the container images. As a result, proxy-enabled RHUI environments can now synchronize container images.
  • With this update, the misaligned text on the repository workflow screen in the rhui-manager text interface has been fixed.

This RHUI update introduces the following enhancements:

  • This update introduces a newer version of Pulp, `3.21.0`. Among other upstream bug fixes and enhancements, this version changes how Pulp manages ambiguous CDN repodata that contains a duplicate package name-version-release string. Instead of failing, Pulp logs a warning and allows the affected repository to be synchronized.(BZ#2134277)
  • A new `rhui-manager` command is now available, `rhui-manager [--noninteractive] cds reinstall --all`. With this command, you can reinstall all of your CDS nodes using a single command. Additionally, you do not need to specify any of the CDS host names.

Solution

Before applying this update, make sure all previously released errata relevant to your system have been applied.

For detailed instructions on how to apply this update, see:
https://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4/html/migrating_red_hat_update_infrastructure/assembly_upgrading-red-hat-update-infrastructure_migrating-red-hat-update-infrastructure

For other information, see the product documentation:
https://access.redhat.com/documentation/en-us/red_hat_update_infrastructure/4

Affected Products

  • Red Hat Update Infrastructure 4 x86_64

Fixes

  • BZ - 2028178 - CVE-2021-44420 django: potential bypass of an upstream access control based on URL paths
  • BZ - 2134277 - Using mirroring by default leads to errors with RH repos
  • BZ - 2136130 - CVE-2022-41323 python-django: Potential denial-of-service vulnerability in internationalized URLs
  • RHUI-124 - Creating an alternate source configuration RPM is broken
  • RHUI-149 - Unused "entitlement" argument in custom repo creation
  • RHUI-169 - [WARNING]: Found variable using reserved name: port
  • RHUI-214 - Removal of atomic and OSTree client code
  • RHUI-296 - Update pulp to latest LTS version
  • RHUI-336 - rhui-installer exits with 0 even if the RHUA installation playbook fails
  • RHUI-341 - RFE: reinstall all CDS nodes in one simple step
  • RHUI-355 - Can't sync an ARM64 container
  • RHUI-94 - slightly incorrect formatting on the wf screen